From: Richard M. Stallman Date: Sat, 11 Jun 1994 19:19:31 +0000 (+0000) Subject: (latex-mode, slitex-mode): In paragraph-separate, X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91210 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=039ecbae4039690754a9dc6de2e7291ab2f35059;p=emacs.git (latex-mode, slitex-mode): In paragraph-separate, delete spurious \\\\ from char set. --- diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index c65f6ce3f62..103ebda9f67 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -389,7 +389,7 @@ subshell is initiated, `tex-shell-hook' is run." ^\\\\[a-z]*space\\>\\|^\\\\[a-z]*skip\\>\\|\ ^\\\\newpage\\>\\|^\\\\[a-z]*page\\|^\\\\footnote\\>\\|\ ^\\\\marginpar\\>\\|^\\\\parbox\\>\\|^\\\\caption\\>") - (setq paragraph-separate "^[ \t]*$\\|^[\f\\\\%]\\|^[ \t]*\\$\\$[ \t]*$\\|\ + (setq paragraph-separate "^[ \t]*$\\|^[\f%]\\|^[ \t]*\\$\\$[ \t]*$\\|\ ^\\\\begin\\>\\|^\\\\label\\>\\|^\\\\end\\>\\|^\\\\\\[\\|^\\\\\\]\\|\ ^\\\\chapter\\>\\|^\\\\section\\>\\|\ ^\\\\subsection\\>\\|^\\\\subsubsection\\>\\|\ @@ -462,7 +462,7 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook ^\\\\[a-z]*space\\>\\|^\\\\[a-z]*skip\\>\\|\ ^\\\\newpage\\>\\|^\\\\[a-z]*page\\|^\\\\footnote\\>\\|\ ^\\\\marginpar\\>\\|^\\\\parbox\\>\\|^\\\\caption\\>") - (setq paragraph-separate "^[ \t]*$\\|^[\f\\\\%]\\|^[ \t]*\\$\\$[ \t]*$\\|\ + (setq paragraph-separate "^[ \t]*$\\|^[\f%]\\|^[ \t]*\\$\\$[ \t]*$\\|\ ^\\\\begin\\>\\|^\\\\label\\>\\|^\\\\end\\>\\|^\\\\\\[\\|^\\\\\\]\\|\ ^\\\\chapter\\>\\|^\\\\section\\>\\|\ ^\\\\subsection\\>\\|^\\\\subsubsection\\>\\|\